home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / grabur.lha / graburl / graburlrc.example < prev    next >
Text File  |  1998-01-05  |  650b  |  34 lines

  1. # This is a comment!!
  2. # You can copy this file to ~/.graburlrc and it should work OK
  3.  
  4. Translate "~%()" "____"
  5. SaveRoot .
  6.  
  7. FileMode 0700
  8. DirMode 0700
  9.  
  10. # Wait half a second (5/10 sec) between each download
  11. Delay 5
  12.  
  13. AddLog "stderr" type
  14. AddLog "GrabURL.log" type date time
  15.  
  16. # I strongly suggest uncommenting the following line and put YOUR email
  17. # there
  18. #email your.email@address
  19.  
  20. Section "http"
  21.         # Realm yop, user grey, password moppe
  22.         Auth yop grey:moppe
  23.  
  24.         RequestLine "Accept: */*"
  25. End
  26.  
  27. Section "scan"
  28.         key SRC
  29.         key  BACKGROUND
  30.         key HREF
  31.         ignore BLOCKQUOTE /BLOCKQUOTE
  32.         diese search
  33. EndSection
  34.